Stream from December 2, 2023 on https://twitch.tv/sphaerophoria Today we worked on integrating our elf loader with our operating system. Some important and necessary improvements involved creating "syscalls" for our OS that we pass to the application, and actually returning and getting back into the normal kernel on exit. Lots of disassembly, lots of GDB, lots of fun. 00:00 Intro 03:40 Pulling in elf loader to operating system 26:30 Running the exectuable :O 54:10 Figure out how to exit 01:26:25 Implement vtable bindings (fail)